home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / scrnmasm.arc / READ.ME < prev    next >
Text File  |  1988-11-20  |  542b  |  17 lines

  1.    This file contains several screen maipulation routines that I currently
  2. use. Included are some useful macros, the body of routines in .ASM and
  3. assembled in .OBJ form. A test program was written in MASM 5.0 and included
  4. as well. To assemble, just:
  5.  
  6.      MASM TEST;
  7.      Link TEST+SCREEN;
  8.  
  9.    Have fun. It took me quite a few hours to get all of this to work, so
  10. study what lies within for some shortcuts.
  11.  
  12.        Leo Langevin
  13.        1600 Warwick Ct.
  14.        Wheeling, IL  60090
  15.        (312)459-5294
  16.        CServ  76167,3406
  17.